Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update example dependencies #348

Merged
merged 1 commit into from
Apr 8, 2024
Merged

chore(deps): update example dependencies #348

merged 1 commit into from
Apr 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/config-conventional (source) ^18.6.2 -> ^18.6.3 age adoption passing confidence
@mux/mux-player-react (source) 2.3.3 -> 2.4.1 age adoption passing confidence
@sanity/client (source) ^6.14.0 -> ^6.15.11 age adoption passing confidence
@sanity/icons (source) 2.10.3 -> 2.11.7 age adoption passing confidence
@sanity/ui (source) 2.0.7 -> 2.1.0 age adoption passing confidence
@sanity/vision (source) ^3.30.0 -> ^3.36.4 age adoption passing confidence
@types/lodash (source) ^4.14.202 -> ^4.17.0 age adoption passing confidence
@types/react (source) ^18.2.57 -> ^18.2.74 age adoption passing confidence
@types/react (source) ^18.2.57 -> ^18.2.74 age adoption passing confidence
@types/react-dom (source) ^18 -> ^18.2.24 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.5.0 -> ^7.6.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.5.0 -> ^7.6.0 age adoption passing confidence
eslint (source) ^8.56.0 -> ^8.57.0 age adoption passing confidence
prettier-plugin-packagejson ^2.4.11 -> ^2.4.14 age adoption passing confidence
sanity (source) ^3.30.0 -> ^3.36.4 age adoption passing confidence
type-fest 4.10.3 -> 4.15.0 age adoption passing confidence
typescript (source) ^5.3.3 -> ^5.4.2 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/config-conventional)

v18.6.3

Compare Source

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v18.6.2...v18.6.3

muxinc/elements (@​mux/mux-player-react)

v2.4.1

Compare Source

Note: Version bump only for package @​mux/mux-player-react

v2.4.0

Compare Source

Features
  • mux-player-react: Remove commented out code (feat to force mino… (#​890) (9d48804)

2.3.3 (2024-02-16)

Note: Version bump only for package @​mux/mux-player-react

2.3.2 (2024-01-19)

Note: Version bump only for package @​mux/mux-player-react

2.3.1 (2024-01-02)

Note: Version bump only for package @​mux/mux-player-react

sanity-io/client (@​sanity/client)

v6.15.11

Compare Source

Bug Fixes
  • stega: update default filter to skip paths that contain "type" (#​689) (1c6e4ea)

v6.15.10

Compare Source

Bug Fixes

v6.15.9

Compare Source

Bug Fixes

v6.15.8

Compare Source

Bug Fixes

v6.15.7

Compare Source

Bug Fixes

v6.15.6

Compare Source

Bug Fixes

v6.15.5

Compare Source

Bug Fixes
  • deps: update dependency get-it to ^8.4.13 (8c0bb8d)

v6.15.4

Compare Source

Bug Fixes

v6.15.3

Compare Source

Bug Fixes

v6.15.2

Compare Source

Bug Fixes

v6.15.1

Compare Source

Bug Fixes
sanity-io/icons (@​sanity/icons)

v2.11.7

Compare Source

Bug Fixes

v2.11.6

Compare Source

Bug Fixes

v2.11.5

Compare Source

Bug Fixes

v2.11.4

Compare Source

Bug Fixes

v2.11.3

Compare Source

Bug Fixes

v2.11.2

Compare Source

Bug Fixes

v2.11.0

Compare Source

Features
sanity-io/ui (@​sanity/ui)

v2.1.0

Compare Source

Features
  • ui: improve disabled button contrast (fc328b6)

v2.0.16

Compare Source

Bug Fixes

v2.0.15

Compare Source

Bug Fixes

v2.0.14

Compare Source

Bug Fixes
  • allow using Tooltips in SSR apps (889ea42)

v2.0.13

Compare Source

Bug Fixes
  • remove type: commonjs to fix regression affecting Next.js (#​1247) (c7b7915)

v2.0.12

Compare Source

Bug Fixes

v2.0.11

Compare Source

Bug Fixes
  • ship ESM with .mjs extensions, import styled-components correctly (1ad5a02)

v2.0.10

Compare Source

Bug Fixes
  • deps: downgrade framer-motion as it breaks sanity/presentation (0b644dd)

v2.0.9

Compare Source

Bug Fixes

v2.0.8

Compare Source

Bug Fixes
  • add missing theme.js legacy export (7e04c57)
sanity-io/sanity (@​sanity/vision)

v3.36.4

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest
🐛 Notable bugfixes
  • Fixes an issue in the Portable Text editor in which annotations were not opening (bug introduced in v3.36.3)
  • Fixes a potential cross-origin error from being shown in the developer console
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Pedro Bonamin | fix(core): remove custom options in comments upsell request (#​6201) | 46c7ce8
Pedro Bonamin | fix(structure): annotations not opening in portable text editor (#​6198) | 907c904

v3.36.3

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a Sanity Studio, run this command in its folder:

npm install sanity@latest
Notable changes
  • Increases the default height of the Portable Text editor
Notable bugfixes
  • Fixes the --enforce-required-fields flag for the sanity typegen generate command not correctly respecting validation rules
  • Fixes a few focus issues where the Portable Text editor would sometimes jump to the start of a block or scroll to a previously opened block on focus inside of the Presentation tool
  • Fixes an issue in which when the tasks panel is open, searching for content in the Cmd + K search changes target document rather than searches the studio
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Tommy Petty | fix(pte): update default height of PTE in Form (#​6119) | 5756753
Sindre Gulseth | fix(schema-extraction): check for _required field in validation rules (#​6151) | 5ba26a5
Cody Olsen | chore: add prettier-plugin-packagejson (#​6155) | 8f7fe70
renovate[bot] | chore(deps): update pnpm to v8.15.6 (#​6154) | 07b0745
renovate[bot] | chore(lockfile): update dependency framer-motion to v11.0.24 (#​6144) | 954c892
Rupert Dunk | fix(structure): improve document pane path handling (#​6129) | 9b4d105
renovate[bot] | chore(deps): update babel monorepo (#​6159) | eb97fe2
renovate[bot] | chore(deps): update dependency @​types/babel__traverse to ^7.20.5 (#​6160) | 16f32c9
Sindre Gulseth | feat(schema): handle assetRequired when extracting schema with enforceRequiredFields (#​6157) | cd52979
Sindre Gulseth | chore(deps): upgrade groq-js to latest (#​6162) | 8db7485
Pedro Bonamin | fix(tasks): don't open tasks search on hotkey + enter (#​6165) | d387316
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​6164) | 74a7a75
Sindre Gulseth | chore(codegen): add enforceRequriedFields to spinner output (#​6163) | b68e650

v3.36.2

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest
🐛 Notable bugfixes
  • Fixes an issue where clicking "Publish" and possible other actions would throw the error Sanity LocaleContext value missing.
  • Fixes an issue in which users' names were sometimes displayed in lowercase in the tasks assignee list.
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Pedro Bonamin | fix(tasks): don't lowercase users when searching in the assignee menu (#​6138) | 27643c8
cngonzalez | fix: add default listFormat locale where LocaleProvider may not be available (#​6147) | 3c4d4cf

v3.36.1

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest
🐛 Notable bugfixes
  • Fixes an issue where the studio might crash on "orphaned marks" in the Portable Text Editor.
  • Fixes an issue that caused the tasks plugin to be inserted multiple times in studios using more than one instance of the Structure Tool.
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Pedro Bonamin | fix(tasks): group changes done to the same field (#​6132) | 61c7ef8
Espen Hovlandsdal | fix(i18n): allow list formatter without arguments in Translate component (#​6135) | 3e5b8d6
Pedro Bonamin | fix(core): remove duplicateds tasks plugins (#​6134) | a0fce46
Sindre Gulseth | fix(typegen): add placeholder group to allow typegen to show in help (#​6133) | 45f0406

v3.36.0

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a Sanity Studio, run this command in its folder:

npm install sanity@latest

✨ Highlights

Sanity TypeGen (beta): Generate types for your schema and GROQ queries

This release comes with Sanity TypeGen, the new tooling in the Sanity CLI that enables extracting the schema into a static representation (schema.json) and to generate TypeScript type definition for it, as well as for GROQ query results.

You can learn more about Sanity TypeGen:

If you try out Sanity TypeGen, do let us know how it went in the #typescript channel in the Sanity community or to your customer success team.

Tasks (beta): Delegate work within Sanity Studio

This update also includes the beta of Tasks for Sanity Studio. It's a way to assign tasks related to documents, delegate them to team members, and track their status across the project.

image

If you wish to disable tasks, you can do so by adding the following to sanity.config.ts:

export default defineConfig({
  ...restOfConfig,
  unstable_tasks: {
    enabled: false,
  },
})

Documentation for Tasks is in the works and will be announced when ready.

🐛 Notable bugfixes

  • Fixes a bug where all fields got marked as non-optional when extracting schema with --enforce-required-fields.
  • Fixes a bug where Vision would insert new line on cmd-return.

On styled-components@5?

If you encounter an error such as TypeError: Cannot read properties of undefined (reading 'div'), please make sure your Studio doesn't depend on styled-components@5. Updating any such dependencies to styled-components@6 should resolve the error:

npm install styled-components@latest

This error is caused by an ESM/CJS compability issue in @sanity/ui.

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.12.1 (#​6109) | 2014ef5
renovate[bot] | chore(lockfile): update dependency @​sanity/react-loader to v1.9.5 (#​6104) | 0817d8d
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.0.12 (#​6107) | 4886b00
renovate[bot] | fix(deps): update dependency @​sanity/client to ^6.15.7 (#​6106) | 69a5d6d
Sindre Gulseth | fix: move typegen cli into @​sanity/cli (#​6111) | 3f37c21
Tommy Petty | fix(comments): update close icon to be consistent (#​6096) | 89fd7ec
renovate[bot] | chore(deps): update dependency @​sanity/visual-editing to v1.8.4 (#​6100) | 046c090
renovate[bot] | chore(deps): update dependency turbo to ^1.13.0 (#​6114) | 1352e84
Sindre Gulseth | chore(typegen): show schema extraction and typegen in help texts (#​6122) | ec3b25e
Pedro Bonamin | fix(pte): PTE inline block object modal closing on validation state changes (#​6113) | a272c71
Sindre Gulseth | fix(schema): correctly assert optional fields with enforce required fields (#​6121) | f568e14
Espen Hovlandsdal | chore: disable import/extensions rule for get-it middleware import (#​6127) | aca88e9
Sindre Gulseth | fix(schemaExtract): guard for list options not being an array (#​6128) | e4f28e5
Sindre Gulseth | chore(codegen): track ratio between unknown nodes and all type nodes (#​6125) | 3822da2
Sindre Gulseth | fix(vision): fixes bug where codemirror would insert a new line on cmd-return (#​6123) | 971ba9f
Pedro Bonamin | fix(tasks): update description input to create blocks edx-1206 (#​6126) | 852bfca
Pedro Bonamin | feat(tasks): add tasks empty states (#​6130) | 22afbb4
Sindre Gulseth | chore(codegen): add cl as codeowners for {code,type}gen (#​6118) | 94d0934
Sindre Gulseth | feat(codegen): attempt to parse groq queries with parameter in slices (#​6117) | 97c0b0c
shur | feat: indicate in metadata that the quickstart option was used in project creation (#​6065) | 468e76c

v3.35.2

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest
🐛 Notable bugfixes
  • Fixes a bug that caused inputs to lose focus when their value changed
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Sindre Gulseth | chore(schema): add tracing for schema extraction (#​6019) | ab5ae9f
Sindre Gulseth | chore(codegen): add total types and align telemetry prop names (#​6077) | 7ecff65
renovate[bot] | chore(deps): update dependency @​portabletext/toolkit to ^2.0.13 (#​6098) | c5faca2
renovate[bot] | chore(lockfile): update dependency @​sanity/color to v3.0.2 (#​6101) | 7c82923
renovate[bot] | chore(deps): update dependency @​sanity/icons to ^2.11.4 (#​6099) | a42e9f3
renovate[bot] | fix(deps): update dependency get-it to ^8.4.16 (#​6108) | eca9c30
Herman Wikner | fix(comments): drop permission check (#​6110) | d6a3891

v3.35.1

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest
🐛 Notable bugfixes
  • Increases width of all inline popovers in the Portable Text Editor
  • Fixes an issue where incorrect studio version was shown in the help menu
  • Fixes an issue where incorrect loading message shown while a pane is resolving in the structure tool
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
renovate[bot] | chore(deps): update tiryoh/gha-jobid-action digest to c1d1cf7 (#​6064) | ae05976
renovate[bot] | chore(deps): update thollander/actions-comment-pull-request digest to fabd468 (#​6063) | 13dcbdb
renovate[bot] | chore(deps): update peter-evans/create-pull-request digest to 70a41ab (#​6062) | 7bd281c
renovate[bot] | chore(deps): update dependency express to ^4.18.3 (#​6067) | 2aa4b64
renovate[bot] | chore(lockfile): update dependency @​sanity/locale-nn-no to v1.1.5 (#​6071) | 0254106
renovate[bot] | chore(lockfile): update dependency @​sanity/locale-sv-se to v1.2.3 (#​6073) | 0b1d581
renovate[bot] | chore(lockfile): update dependency @​sanity/locale-pt-pt to v1.1.2 (#​6072) | 19a8dd6
renovate[bot] | chore(lockfile): update dependency @​sanity/locale-nb-no to v1.1.4 (#​6070) | cc60405
renovate[bot] | chore(lockfile): update dependency @​sanity/locale-ko-kr to v1.1.3 (#​6069) | 1d5f3cb
Nina Andal Aarvik | fix(core): increase default width of PT inline popovers (#​5878) | f809fe3
Herman Wikner | fix(comments): permission check (#​6057) | 2163ff0
Sindre Gulseth | fix(codegen): include babel.config.json in the published package (#​6075) | 2e06b84
Sindre Gulseth | fix(codegen): uppercase query type names (#​6080) | 7402093
Sindre Gulseth | refactor(codegen): move Result appending into type generation (#​6082) | 63432da
Herman Wikner | fix(comments): hide resolve action if no handler is provided (#​6084) | 4767b32
Tommy Petty | fix(tasks): copy changes for Tasks feature (#​6085) | 3ab20ef
Bjørge Næss | fix: use workspace protocol for all workspace dependencies (#​6088) | 0653134
Herman Wikner | fix(tasks): ui adjustments (#​6086) | f89111c
Pedro Bonamin | fix(tasks): update info passed to the tasks comments notification context (#​6087) | 6635d72
Pedro Bonamin | fix(tasks): update how addonDatasetProvider ready state is set (#​6076) | a08a82f
Sindre Gulseth | fix(codegen): use relative path when globbing for files (#​6083) | 5bc629f
Pedro Bonamin | fix(tasks): add new sanityTasks flag (#​6089) | ae89244
Binoy Patel | Revert "fix: use workspace protocol for all workspace dependencies (#​6088)" (#​6092) | abfc5d2
Espen Hovlandsdal | fix(structure): use correct loading messages while resolving panes (#​6093) | d784f82
Cody Olsen | refactor: use PKG_VERSION from @sanity/pkg-utils instead of manually regexing SANITY_VERSION (#​6078) | d514bfc

v3.35.0

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest
🐛 Notable bugfixes
  • Fixes an issue that would cause duplicate entries in the list of recent searches.
  • Updates the type of value within ObjectFieldProps to accept a type parameter, allowing for dynamically setting the expected type. (thanks @​shixish)
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Ash | fix(core): include request tag in Text Search API requests (#​5988) | 471854e
cngonzalez | chore: update licenses across packages for current year (#​6002) | c11256b
renovate[bot] | chore(lockfile): update dependency @​sanity/assist to v2.0.4 (#​6006) | 37a4ed3
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.11.7 (#​6007) | 1041460
cngonzalez | fix: ensure that useStructureToolSetting updates only when necessary (#​6004) | a4d8d2d
renovate[bot] | fix(deps): update dependency get-it to ^8.4.13 (#​6013) | 1da1feb
renovate[bot] | fix(deps): update dependency @​sanity/client to ^6.15.5 (#​6012) | 01dec12
renovate[bot] | chore(deps): update dependency @​sanity/visual-editing to v1.8.0 (#​6015) | 2f16c94
Sindre Gulseth | fix: schema extraction object type name (#​6014) | dcd5537
Sindre Gulseth | Fix bug where we cant resolve custom types (#​6016) | 217a47d
Herman Wikner | feat(tasks): add comment delete confirm dialog (#​6009) | c105115
Herman Wikner | fix(comments): hide context menu actions if handler is undefined (#​6011) | cb55bc5
renovate[bot] | chore(deps): update dependency @​sanity/visual-editing to v1.8.1 (#​6022) | 09d4e27
renovate[bot] | chore(deps): update dependency @​types/use-sync-external-store to ^0.0.6 (#​6023) | 910f04c
renovate[bot] | chore(deps): update dependency turbo to ^1.12.5 (#​6025) | 02699dd
renovate[bot] | chore(deps): update dependency vite to ^4.5.2 (#​6026) | 767e99e
renovate[bot] | chore(deps): update pnpm to v8.15.5 (#​6027) | a2aedcb
renovate[bot] | chore(deps): update dependency @​portabletext/toolkit to ^2.0.11 (#​6030) | 639580f
renovate[bot] | chore(deps): update dependency @​babel/preset-env to ^7.24.0 (#​6033) | 795167f
renovate[bot] | chore(lockfile): update dependency @​portabletext/react to v3.0.12 (#​6031) | 9f745f0
renovate[bot] | chore(deps): update dependency styled-components to ^6.1.8 (#​6024) | d405517
renovate[bot] | chore(deps): update linters (#​6029) | baaa56b
renovate[bot] | chore(deps): update dependency esbuild to v0.20.2 (#​6028) | a480588
renovate[bot] | chore(deps): update dependency @​sanity/pkg-utils to ^3.3.8 (#​6036) | 871b450
Ash | fix(util): safely stringify path segments named as GROQ data types (e.g. null) ([#​5986](https://togithub.com/sanit


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team as a code owner March 4, 2024 01:19
Copy link

vercel bot commented Mar 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sanity-plugin-mux-input ❌ Failed (Inspect) Apr 8, 2024 2:39pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
sanity-plugin-mux-input-codesandbox ⬜️ Ignored (Inspect) Visit Preview Apr 8, 2024 2:39pm

Copy link

socket-security bot commented Mar 4, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/example branch from 22158b1 to a6bdc28 Compare April 5, 2024 12:15
@renovate renovate bot force-pushed the renovate/example branch from a6bdc28 to 9ec91f3 Compare April 5, 2024 17:43
@renovate renovate bot force-pushed the renovate/example branch from 9ec91f3 to 0fb062e Compare April 5, 2024 20:34
@renovate renovate bot force-pushed the renovate/example branch from 0fb062e to 7fad951 Compare April 6, 2024 22:03
@renovate renovate bot force-pushed the renovate/example branch from 7fad951 to 02fc88a Compare April 7, 2024 18:27
@renovate renovate bot force-pushed the renovate/example branch from 02fc88a to 7a8ccec Compare April 8, 2024 08:11
@renovate renovate bot force-pushed the renovate/example branch from 7a8ccec to 8049f6e Compare April 8, 2024 09:20
@renovate renovate bot changed the title fix(deps): Update example dependencies chore(deps): update example dependencies Apr 8, 2024
@renovate renovate bot force-pushed the renovate/example branch from 8049f6e to 3d3b15a Compare April 8, 2024 09:39
@renovate renovate bot force-pushed the renovate/example branch from 3d3b15a to 2801900 Compare April 8, 2024 14:28
@stipsan stipsan merged commit 99801b6 into main Apr 8, 2024
14 of 15 checks passed
@stipsan stipsan deleted the renovate/example branch April 8, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant